home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / managers / mc-3.2 / mc-3 / mc-3.2.1 / nt / Makefile < prev    next >
Encoding:
Makefile  |  1996-05-17  |  602 b   |  32 lines

  1. #
  2. # This makefile is for making the distribution on Unix
  3. # You won't be able to compile with this one the Midnight Commander
  4. # on Windows NT, use Makefile.NT instead.
  5. #
  6. # Please read the file README.NT in the top directory of the distribution
  7. #
  8.  
  9. include ../Make.common
  10.  
  11. FILES =    Makefile TODO dirent.c mc.ico bugs getopt.c mc.rc config.h \
  12.     getopt.h dirent.h Makefile.NT chmod.nt.c drive.nt.c slint.nt.c \
  13.     cons.handler.nt.c key.nt.c utilnt.c
  14.  
  15. all:
  16.  
  17. TAGS: $(FILES)
  18.     etags $(FILES)
  19.  
  20. clean realclean cross:
  21.  
  22. install:
  23.  
  24. uninstall:
  25.  
  26. depend dep:
  27.  
  28. fastdeploc:
  29.  
  30. distcopy:
  31.     $(CP) $(FILES) ../../mc-$(VERSION)/nt
  32.